summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/window_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/window_controller.h')
-rw-r--r--src/core/hle/service/am/window_controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/am/window_controller.h b/src/core/hle/service/am/window_controller.h
index d97f93737..a28219abe 100644
--- a/src/core/hle/service/am/window_controller.h
+++ b/src/core/hle/service/am/window_controller.h
@@ -18,6 +18,8 @@ private:
void GetAppletResourceUserId(HLERequestContext& ctx);
void GetAppletResourceUserIdOfCallerApplet(HLERequestContext& ctx);
void AcquireForegroundRights(HLERequestContext& ctx);
+ void SetAppletWindowVisibility(HLERequestContext& ctx);
+ void SetAppletGpuTimeSlice(HLERequestContext& ctx);
const std::shared_ptr<Applet> applet;
};